home *** CD-ROM | disk | FTP | other *** search
/ Kodak Picture CD: 357066 / Kodak Picture CD 357066.iso / setup / ksu / ksu.cab / plcm_rep.bis < prev    next >
Text File  |  2004-02-13  |  2KB  |  97 lines

  1. Start {
  2.     set frameFile=default
  3.     if (presentation.runningMode=teaser) then {
  4.         call Headline
  5.     }
  6.     else {
  7.         call Summary
  8.     }
  9.     end all
  10. }
  11.  
  12. Headline {
  13.     call UseSequence0
  14.     animate from (500,1070) to (500,960) in 1.5 seconds
  15.     pause for 1 second
  16.  
  17.     newSprite proc=AnimSeq1 spriteName="AnimSeq1"
  18.     
  19.      pause for 20 seconds
  20.     if (flagIsReset("summary")) then {
  21.         end spriteName="AnimSeq1"
  22.         animate to (500,1070) in 1 second
  23.     }
  24.     end all
  25. }
  26.  
  27. Summary {
  28.     call UseSequence2
  29.  
  30.     onClick {
  31.         rect (302,0,318,17) toolTip="Close the Flash" does {
  32.             end all
  33.         }
  34.     }
  35.     attachText rect (78,20,318,52) sequence=2 file="name.txt" color=black
  36.       font="Arial" bold 
  37.  
  38.     attachText rect (78,53,316,84) sequence=2
  39.       text="The following files have been refreshed:" fontSize=16
  40.  
  41.     attachText rect (5,85,318,180) sequence=2 file="files.txt" fontSize=16
  42.     
  43.     setFlag "summary"
  44.  
  45.     attachText rect (6,182,315,199) sequence=2 file="channel.txt" color=RGB(255,251,240)  
  46.       shadowColor=black  shadowOffset (1,1) font="Arial" bold fontSize=16 
  47.  
  48.     show sequence=2 at (500,500) for 30 seconds
  49.     end all
  50. }
  51.     
  52. OnSummary {
  53.     if (flagIsReset("summary")) then {
  54.         setFlag "summary"
  55.     }
  56. }
  57.  
  58. AnimSeq1 {
  59.     setFlag "Anim1ON"
  60.     call UseSequence1
  61.     animate fromPixelOffset (-128,-22) in 13 frames 
  62.     pause forever
  63. }
  64.  
  65. #<BALIWIZARD SEQUENCES: Code created automatically by editing the frame file
  66. #<BALIWIZARD SEQUENCE=0>
  67. UseSequence0 {
  68.     set sequence=0
  69.     set reference=midBottom
  70.     onClick {
  71.         rect (305,12,318,29) toolTip="Close the Flash" does {
  72.             end all
  73.         }
  74.         rect (65,13,303,44) toolTip="Full files list" does {
  75.             hide
  76.             if (flagIsSet("Anim1ON")) then {
  77.                 end spriteName="AnimSeq1"
  78.             }
  79.             
  80.             call Summary
  81.         }
  82.     }
  83.     attachText rect (66,15,305,26) sequence=0 text="File Placement Report"
  84.       fontSize=14 scrollBar=no color=RGB(128,255,128) font="Arial" bold
  85.     attachText rect (66,27,318,44) sequence=0 file="name.txt" fontSize=14
  86.       scrollBar=no color=white font="Arial"
  87. }
  88. #<BALIWIZARD SEQUENCE=1>
  89. UseSequence1 {
  90.     set sequence=1
  91.     set reference=midBottom
  92. }
  93. #<BALIWIZARD SEQUENCE=2>
  94. UseSequence2 {
  95.     set sequence=2
  96.     set reference=center
  97. }